PXC Documentation

PXC Home

Array Add

1.18.0

Add elements into an array.

Node Data

Display name

Array Add

Internal name

Node_Array_Add

Inheritances

Node_Array_Add

Inputs

Node_Array_Add

bool

Spread Array

Array

Dynamic Inputs

Value

Outputs

Node_Array_Add

any

Output


Append value to an array.



Properties


Array


The original array.


Value


Value(s) to append. This can be a single value or an array of values.


Spread Array


If the value is an array, whether to append each values as individual elements or add the entire array as a nested array.



Related Links